home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the constraint of sprite 9 to 8
- end
-
- on exitFrame
- puppetSprite(3, 1)
- set the constraint of sprite 9 to 8
- if the mouseCast = 65 then
- cursor([49, 50])
- end if
- if the mouseCast = 63 then
- cursor([49, 50])
- end if
- if the mouseCast = 66 then
- cursor([49, 50])
- end if
- if the mouseCast = 71 then
- cursor([49, 50])
- end if
- if the mouseCast = 62 then
- cursor([49, 50])
- end if
- updateStage()
- go(the frame)
- updateStage()
- end
-